projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24898b7
)
Shoosh compiler
author
João Távora
<joaotavora@gmail.com>
Tue, 5 Jun 2018 16:28:03 +0000
(17:28 +0100)
committer
João Távora
<joaotavora@gmail.com>
Tue, 5 Jun 2018 16:34:06 +0000
(17:34 +0100)
* eglot.el (eglot-server-ready-p): Use cl-defmethod
lisp/progmodes/eglot.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/eglot.el
b/lisp/progmodes/eglot.el
index 66ba03a6bd32f980bb4affcdc529d3fa08f1ffc3..950cf6ada892a3248d3127f7f9b66cfaea202a5d 100644
(file)
--- a/
lisp/progmodes/eglot.el
+++ b/
lisp/progmodes/eglot.el
@@
-1153,7
+1153,7
@@
THINGS are either registrations or unregisterations."
(defvar-local eglot--recent-changes nil
"Recent buffer changes as collected by `eglot--before-change'.")
-(defmethod eglot-server-ready-p (_s _what)
+(
cl-
defmethod eglot-server-ready-p (_s _what)
"Normally ready if no outstanding changes." (not eglot--recent-changes))
(defvar-local eglot--change-idle-timer nil "Idle timer for didChange signals.")